home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / prototyp.swf / scripts / frame_8 / PlaceObject2_22_48 / CLIPACTIONRECORD onClipEvent(enterFrame)_3.as < prev    next >
Text File  |  2012-04-23  |  85b  |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(this._y > 450)
  3.    {
  4.       this._y = -50;
  5.    }
  6. }
  7.